Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 13 Oct 2005 22:16:03 +0000 (23:16 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 13 Oct 2005 22:16:03 +0000 (23:16 +0100)
<laura.ramirez@hp.com>.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py

index 54d72195bc34acaae2c7c6a3796df3b18c90a97a..3df329c9ac260e77112c62c9b1cce7a7f014bced 100644 (file)
@@ -233,7 +233,7 @@ def xm_list(args):
                
     if use_long:
         for dom in doms:
-            PrettyPrint.prettyprint(doms)
+            PrettyPrint.prettyprint(dom)
     else:
         domsinfo = map(parse_doms_info, doms)